Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update minor and patch updates #149

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JamesIves/github-pages-deploy-action action minor v4.6.1 -> v4.7.2 age adoption passing confidence
babel (source) project.dependencies minor ==2.15.0 -> ==2.16.0 age adoption passing confidence
certifi project.dependencies minor ==2024.2.2 -> ==2024.12.14 age adoption passing confidence
charset-normalizer (changelog) project.dependencies minor ==3.3.2 -> ==3.4.1 age adoption passing confidence
click (changelog) project.dependencies patch ==8.1.7 -> ==8.1.8 age adoption passing confidence
griffe (changelog) project.dependencies minor ==0.45.2 -> ==0.49.0 age adoption passing confidence
idna (changelog) project.dependencies minor ==3.7 -> ==3.10 age adoption passing confidence
jinja2 (changelog) project.dependencies patch ==3.1.4 -> ==3.1.5 age adoption passing confidence
markdown (changelog) project.dependencies minor ==3.6 -> ==3.7 age adoption passing confidence
mkdocs (changelog) project.dependencies patch ==1.6.0 -> ==1.6.1 age adoption passing confidence
mkdocs-autorefs (changelog) project.dependencies minor ==1.0.1 -> ==1.3.0 age adoption passing confidence
mkdocs-material (changelog) project.dependencies minor ==9.5.25 -> ==9.6.1 age adoption passing confidence
mkdocstrings (changelog) project.dependencies minor ==0.25.1 -> ==0.27.0 age adoption passing confidence
mkdocstrings-python (changelog) project.dependencies minor ==1.10.3 -> ==1.13.0 age adoption passing confidence
networkx project.dependencies minor ==3.3 -> ==3.4.2 age adoption passing confidence
packaging project.dependencies minor ==24.0 -> ==24.2 age adoption passing confidence
paginate project.dependencies patch ==0.5.6 -> ==0.5.7 age adoption passing confidence
platformdirs (changelog) project.dependencies minor ==4.2.2 -> ==4.3.6 age adoption passing confidence
pygments (changelog) project.dependencies minor ==2.18.0 -> ==2.19.1 age adoption passing confidence
pymdown-extensions project.dependencies minor ==10.8.1 -> ==10.14.2 age adoption passing confidence
python-adjudicator project.dependencies minor ==0.3.2 -> ==0.5.0 age adoption passing confidence
pyyaml (source) project.dependencies patch ==6.0.1 -> ==6.0.2 age adoption passing confidence
regex project.dependencies minor ==2024.5.15 -> ==2024.11.6 age adoption passing confidence
six project.dependencies minor ==1.16.0 -> ==1.17.0 age adoption passing confidence
typing-extensions (changelog) project.dependencies patch ==4.12.0 -> ==4.12.2 age adoption passing confidence
urllib3 (changelog) project.dependencies minor ==2.2.1 -> ==2.3.0 age adoption passing confidence

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.7.2

Compare Source

What's Changed

Bug Fixes 🐝
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4.7.1...v4.7.2

v4.7.1

Compare Source

What's Changed

Features ✨

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.1

v4.7.0

Compare Source

What's Changed

Features ✨
Build 🔧

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.6...v4.7.0

v4.6.9

Compare Source

What's Changed

Dependencies 🤖
  • chore(deps): mass bump dependencies
  • chore(deps): switch to using .node-version instead of .nvmrc for Node dependency management.
  • chore(deps): updated node version to 22.11.0 for development

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.9

v4.6.8

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: 🐛 Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - #​1694.
  • fix: Resolved a rare deployment error where the action would complain that origin/${branch_name} is not a commit and a branch cannot be created from it. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - #​1689.
Testing 🧪
  • test: 🧪 Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (ie @​v4). This was done to combat problems raised by #​1697.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.8

v4.6.7

Compare Source

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where main.js was not found in the v4 major tag.

v4.6.6

Compare Source

What's Changed

Bug Fixes 🐝
  • revert: reverts a prior change that unsets safe directories to prevent dubious ownership, this change will be re-visited later.

v4.6.5

Compare Source

What's Changed

What's Changed

Bug Fixes 🐝
  • fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.5

v4.6.4

Compare Source

What's Changed
What's Changed
Bug Fixes 🐝
  • fix: resolved an issue where the default config was not being applied to the non-action version of the project.
Build 🔧

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.4

v4.6.3

Compare Source

What's Changed
Build 🔧
  • Consolidated a number of build scripts to make publishing easier.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3

v4.6.2

Compare Source

What's Changed
Dependencies 🤖

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.1...v4.6.2

python-babel/babel (babel)

v2.16.0

Compare Source

Features


* CLDR: Upgrade to CLDR 45 by @​tomasr8 in :gh:`1077`
* Lists: Support list format fallbacks by @​akx in :gh:`1099`
* Messages: Initial support for reading mapping configuration as TOML by @​akx in :gh:`1108`

Bugfixes
  • CLDR: Do not allow substituting alternates or drafts in derived locales by @​akx in :gh:1113
  • Core: Allow falling back to modifier-less locale data by @​akx in :gh:1104
  • Core: Allow use of importlib.metadata for finding entrypoints by @​akx in :gh:1102
  • Dates: Avoid crashing on importing localtime when TZ is malformed by @​akx in :gh:1100
  • Messages: Allow parsing .po files that have an extant but empty Language header by @​akx in :gh:1101
  • Messages: Fix --ignore-dirs being incorrectly read (#​1094) by @​john-psina and @​Edwin18 in :gh:1052 and :gh:1095
  • Messages: Make pgettext search plurals when translation is not found by @​tomasr8 in :gh:1085

Infrastructure


* Replace deprecated `ast.Str` with `ast.Constant` by @​tomasr8 in :gh:`1083`
* CI fixes by @​akx in :gh:`1080`, :gh:`1097`, :gh:`1103`, :gh:`1107`
* Test on Python 3.13 beta releases by @​akx in
* Normalize package name to lower-case in setup.py by @​akx in :gh:`1110`

Documentation
~~~~~~~~~~~~~

* Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may raise by @​tomasr8 in :gh:`1106`
* Two hyperlinks (to CLDR) and some typos by @​buhtz in :gh:`1115`
certifi/python-certifi (certifi)

v2024.12.14

Compare Source

v2024.8.30

Compare Source

v2024.7.4

Compare Source

v2024.6.2

Compare Source

jawah/charset_normalizer (charset-normalizer)

v3.4.1

Compare Source

Changed
  • Project metadata are now stored using pyproject.toml instead of setup.cfg using setuptools as the build backend.
  • Enforce annotation delayed loading for a simpler and consistent types in the project.
  • Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8
Added
  • pre-commit configuration.
  • noxfile.
Removed
  • build-requirements.txt as per using pyproject.toml native build configuration.
  • bin/integration.py and bin/serve.py in favor of downstream integration test (see noxfile).
  • setup.cfg in favor of pyproject.toml metadata configuration.
  • Unused utils.range_scan function.
Fixed
  • Converting content to Unicode bytes may insert utf_8 instead of preferred utf-8. (#​572)
  • Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+

v3.4.0

Compare Source

Added
  • Argument --no-preemptive in the CLI to prevent the detector to search for hints.
  • Support for Python 3.13 (#​512)
Fixed
  • Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch.
  • Improved the general reliability of the detector based on user feedbacks. (#​520) (#​509) (#​498) (#​407) (#​537)
  • Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#​381)
pallets/click (click)

v8.1.8

Compare Source

Unreleased

  • Fix an issue with type hints for click.open_file(). :issue:2717
  • Fix issue where error message for invalid click.Path displays on
    multiple lines. :issue:2697
  • Fixed issue that prevented a default value of "" from being displayed in
    the help for an option. :issue:2500
  • The test runner handles stripping color consistently on Windows.
    :issue:2705
  • Show correct value for flag default when using default_map.
    :issue:2632
  • Fix click.echo(color=...) passing color to coloroma so it can be
    forced on Windows. :issue:2606.
mkdocstrings/griffe (griffe)

v0.49.0

Compare Source

Compare with 0.48.0

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Deprecations
  • Cancel deprecation of get_logger and patch_loggers (and deprecate patch_logger instead). Extensions need loggers too, distinct ones, and they were forgotten... Sorry for the back and forth 🙇
  • Attributes setter and deleter on Function are deprecated. They were moved into the Attribute class since properties are instantiated as attributes, not functions.
  • Extension hooks must accept **kwargs in their signature, to allow forward-compatibility. Accepting **kwargs also makes it possible to remove unused arguments from the signature.
  • In version 1, Griffe will serialize object members as dictionaries instead of lists. Lists were initially used to preserve source order, but source order can be re-obtained thanks to the line number attributes (lineno, endlineno). Version 0.49 is able to load both lists and dictionaries from JSON dumps, and version 1 will maintain this ability. However external tools loading JSON dumps will need to be updated.
Features
  • Add temporary_inspected_package helper (3c4ba16 by Timothée Mazzucotelli).
  • Accept alias resolution related parameters in temporary_visited_package (7d5408a by Timothée Mazzucotelli).
  • Accept inits parameter in temporary_visited_package (a4859b7 by Timothée Mazzucotelli).
  • Warn (DEBUG) when an object coming from a sibling, parent or external module instead of the current module or a submodule is exported (listed in __all__) (f82317a by Timothée Mazzucotelli). Issue-249, Related-to-PR-251
  • Pass down agent to extension hooks (71acb01 by Timothée Mazzucotelli). Issue-312
  • Add source property to docstrings, which return the docstring lines as written in the source (3f6a71a by Timothée Mazzucotelli). Issue-90
Bug Fixes
  • Move setter and deleter to Attribute class instead of Function, since that's how properties are instantiated (309c6e3 by Timothée Mazzucotelli). Issue-311
  • Reduce risk of recursion errors by excluding imported objects from has_docstrings, unless they're public (9296ca7 by Timothée Mazzucotelli). Issue-302
  • Fix retrieval of annotations from parent for Yields section in properties (8a21f4d by Timothée Mazzucotelli). Issue-298
  • Fix parsing Yields section (Google-style) when yielded values are tuples, and the description has more lines than tuple values (9091776 by Timothée Mazzucotelli).
  • Fix condition on objects kinds when merging stubs (727f99b by Timothée Mazzucotelli).
Code Refactoring
  • Sort keys when dumping JSON from the command line (8cdffe9 by Timothée Mazzucotelli). Issue-310
  • Handle both lists and dicts for members when loading JSON data in preparation of v1 (f89050c by Timothée Mazzucotelli). Issue-310
  • Accept **kwargs in extension hooks to allow forward-compatibility (2621d52 by Timothée Mazzucotelli). Issue-312
  • Revert deprecation of patch_loggers in favor of patch_logger (a20796a by Timothée Mazzucotelli).
  • Expose dummy load_pypi in non-Insiders version (a69cffd by Timothée Mazzucotelli).
  • Don't emit deprecation warnings through own usage of deprecated API (9922d74 by Timothée Mazzucotelli). Issue-mkdocstrings#676
  • Finish preparing docstring style auto-detection feature (03bdec6 by Timothée Mazzucotelli). Issue-5
  • Add DocstringStyle literal type to prepare docstring style auto detection feature (b7aaf64 by Timothée Mazzucotelli). Issue-5
  • Inherit from str, Enum instead of StrEnum which needs a backport (77f1544 by Timothée Mazzucotelli). Issue-307

v0.48.0

Compare Source

Compare with 0.47.0

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Deprecations
  • All submodules are deprecated. All objects are now exposed in the top-level griffe module.
  • All logger names are deprecated, and will be replaced with "griffe" in v1. In v1 our single "griffe" logger will provide a method to temporarily disable logging, [logger.disable()][griffe.Logger.disable], since that's the most common third-party use.
  • The get_logger function is deprecated. Instead, we'll use a global logger internally, and users are welcome to use it too.
  • The patch_loggers function is renamed patch_logger.
  • Following the logging changes, the [docstring_warning][griffe.docstring_warning] function can now directly log a warning message instead of returning a callable that does. Passing it a logger name (to get a callable) is deprecated in favor of passing it a docstring, message and offset directly.
Features
  • Support FORCE_COLOR environment variable (e1b7bd9 by Timothée Mazzucotelli).
Bug Fixes
  • Don't take a shortcut to the end of an alias chain when getting/setting/deleting alias members (1930609 by Timothée Mazzucotelli).
  • Short-circuit __all__ convention when checking if a module is public (5abf4e3 by Timothée Mazzucotelli).
  • Reuse existing loggers, preventing overwriting issues (3c2825f by Timothée Mazzucotelli).
  • Ignore .pth files that are not utf-8 encoded (ea299dc by Andrew Sansom). Issue-300, PR-301
  • Attributes without annotations cannot be dataclass parameters (c9b2e09 by Hassan Kibirige). PR-297
  • When deciding to alias an object or not during inspection, consider module paths to be equivalent even with arbitrary private components (8c9f6e6 by Timothée Mazzucotelli). Issue-296
  • Fix target path computation: use qualified names to maintain classes in the path (6e17def by Timothée Mazzucotelli). Issue-296
Code Refactoring
  • Prepare loggers for simplification (381f10f by Timothée Mazzucotelli).
  • Add all previous modules for backward compatibility (a86e44e by Timothée Mazzucotelli).
  • Add main public modules (fb860b3 by Timothée Mazzucotelli).
  • Simplify "is imported" check in is_public property (c2bbc10 by Timothée Mazzucotelli).
  • Use string and integer enumerations (06b383b by Timothée Mazzucotelli).
  • Renamed agents nodes modules (ddc5b0c by Timothée Mazzucotelli).
  • Clean up and document internal API, mark legacy code (92594a9 by Timothée Mazzucotelli).
  • Renamed dataclasses internal modules to models (5555de6 by Timothée Mazzucotelli).
  • Move sources under _griffe internal package (cbce6a5 by Timothée Mazzucotelli).

v0.47.0

Compare Source

Compare with 0.46.1

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Deprecations
  • The has_private_name and has_special_name properties on objects and aliases have been renamed is_private and is_special. The is_private property now only returns true if the name is not special.
Features
  • Add deprecated attribute and is_deprecated property to objects/aliases (2a75d84 by Timothée Mazzucotelli).
  • Add is_imported property to objects/aliases (de926cc by Timothée Mazzucotelli).
  • Add is_class_private property to objects/aliases (491b6c4 by Timothée Mazzucotelli).
Code Refactoring
  • Rename has_private_name and has_special_name to is_private and is_special (ae7c7e7 by Timothée Mazzucotelli).

v0.46.1

Compare Source

Compare with 0.46.0

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Bug Fixes
  • Always consider special objects ("dunder" attributes/methods/etc.) to be public (3319410 by Timothée Mazzucotelli). Issue-294, Issue-295
  • Don't consider imported objects as public (ea90952 by Timothée Mazzucotelli). Discussion-169

v0.46.0

Compare Source

Compare with 0.45.3

WARNING: ⚡ Imminent v1! ⚡🚀
We are working on v1, and it will come soon, so we recommend that you consider adding an upper bound on Griffe. Version 1 will remove all legacy code! There will be a couple more v0 before so that you get all the deprecation warnings needed to upgrade your code using Griffe before upgrading to v1. See breaking changes and deprecations for v0.46 below.

Breaking Changes

We are still in v0, so no major bump yet.

  • Calling objects' [has_labels()][griffe.Object.has_labels] method with a labels keyword argument is not supported anymore. The parameter became a variadic positional parameter, so it cannot be used as a keyword argument anymore. Passing a sequence instead of multiple positional arguments still works but will emit a deprecation warning.
  • Calling the [load_extensions()][griffe.load_extensions] function with an exts keyword argument is not supported anymore. The parameter became a variadic positional parameter, so it cannot be used as a keyword argument anymore. Passing a sequence instead of multiple positional arguments still works but will emit a deprecation warning.
Deprecations
  • As seen above in the breaking changes section, the only parameters of [Object.has_labels()][griffe.Object.has_labels] and [load_extensions()][griffe.load_extensions] both became variadic positional parameters. Passing a sequence as single argument is deprecated in favor of passing multiple arguments. This is an ergonomic change: I myself often forgot to wrap extensions in a list. Passing sequences of labels (lists, sets, tuples) is also difficult from Jinja templates.
  • The following methods and properties on objects and aliases are deprecated: member_is_exported(), is_explicitely_exported, is_implicitely_exported. Use the [is_exported][griffe.ObjectAliasMixin.is_exported] property instead. See issue 281.
  • The [is_exported()][griffe.ObjectAliasMixin.is_exported] and [is_public()][griffe.ObjectAliasMixin.is_public] methods became properties. They can still be called like methods, but will emit deprecation warnings when doing so. See issue 281.
  • The ignore_private parameter of the [find_breaking_changes()][griffe.find_breaking_changes] function is now deprecated and unused. With the reworked "exported" and "public" API, this parameter became useless. See issue 281.
  • Using stats() instead of [Stats][griffe.Stats] will now emit a deprecation warning.
Features
Bug Fixes
  • Handle partials as functions while inspecting (be29c32 by Timothée Mazzucotelli).
  • Populate lines collection before visiting/inspecting modules within helpers (08c3f40 by Timothée Mazzucotelli). Issue-272
  • Don't return all lines when line numbers are missing (9e6dcaa by Timothée Mazzucotelli). Issue-271
Code Refactoring
  • Emit deprecation warning when acce

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 4 times, most recently from a56d362 to 8ca88e0 Compare June 1, 2024 19:54
@renovate renovate bot changed the title chore(deps): update dependency python-adjudicator to v0.5.0 chore(deps): update minor and patch updates Jun 1, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 3 times, most recently from fa6a8f3 to feba56e Compare June 7, 2024 21:07
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 06d2281 to 20d0236 Compare June 10, 2024 00:57
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 6 times, most recently from 1fd8837 to 5b42d2c Compare June 19, 2024 16:05
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 3 times, most recently from c56cd7c to dceea3d Compare July 10, 2024 09:44
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 8fa9acf to a159ae9 Compare July 15, 2024 09:58
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 4 times, most recently from 0f00a9e to 36f52d1 Compare July 27, 2024 20:04
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 3 times, most recently from b25ea42 to 6a67520 Compare August 8, 2024 16:57
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 6d2ac1c to 766b6fc Compare August 14, 2024 18:05
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 5 times, most recently from 2b02d7f to cfc0285 Compare December 4, 2024 20:14
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from cfc0285 to 3925114 Compare December 8, 2024 17:11
@renovate renovate bot changed the title chore(deps): update minor and patch updates fix(deps): update minor and patch updates Dec 10, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from f2d972f to 84da844 Compare December 16, 2024 13:16
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 5 times, most recently from b8018da to fec6e11 Compare December 26, 2024 18:10
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from fec6e11 to a4a4596 Compare January 2, 2025 23:37
@renovate renovate bot changed the title fix(deps): update minor and patch updates chore(deps): update minor and patch updates Jan 2, 2025
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from a4a4596 to 2ecf00a Compare January 2, 2025 23:52
@renovate renovate bot changed the title chore(deps): update minor and patch updates fix(deps): update minor and patch updates Jan 2, 2025
Copy link
Contributor Author

renovate bot commented Jan 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: docs/uv.lock
Command failed: uv lock --upgrade-package babel --upgrade-package certifi --upgrade-package charset-normalizer --upgrade-package click --upgrade-package griffe --upgrade-package idna --upgrade-package jinja2 --upgrade-package markdown --upgrade-package mkdocs --upgrade-package mkdocs-autorefs --upgrade-package mkdocs-material --upgrade-package mkdocstrings --upgrade-package mkdocstrings-python --upgrade-package networkx --upgrade-package packaging --upgrade-package paginate --upgrade-package platformdirs --upgrade-package pygments --upgrade-package pymdown-extensions --upgrade-package python-adjudicator --upgrade-package pyyaml --upgrade-package regex --upgrade-package six --upgrade-package typing-extensions --upgrade-package urllib3
Using CPython 3.13.1 interpreter at: /opt/containerbase/tools/python/3.13.1/bin/python3.13
  × No solution found when resolving dependencies:
  ╰─▶ Because mksync==0.1.4 depends on python-adjudicator>=0.3.1,<0.4.0 and
      your project depends on mksync==0.1.4, we can conclude that your project
      depends on python-adjudicator>=0.3.1,<0.4.0.
      And because your project depends on python-adjudicator==0.5.0, we can
      conclude that your project's requirements are unsatisfiable.

@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 4 times, most recently from 899e188 to f8a2dbe Compare January 8, 2025 13:37
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 3086a45 to 8cbb09a Compare January 18, 2025 05:04
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from 8cbb09a to 71a6107 Compare January 22, 2025 01:50
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 4b18d53 to 03c1b93 Compare January 31, 2025 04:58
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from 03c1b93 to faa0209 Compare January 31, 2025 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants